home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / programming / c / turbotext / sclib_guide.doc < prev    next >
Encoding:
Text File  |  1978-11-24  |  1.1 KB  |  30 lines

  1.   NAME
  2.     sclib_guide.ttx - A simple script to look up documentation on a SAS/C function
  3.  
  4.   FUNCTION
  5.     This little script tries to load AmigaGuide documentation on a SAS/C
  6.     function or data item.  It uses the word currently under cursor as the
  7.     AmigaGuide `link' to look up.
  8.  
  9.   INSTALLATION
  10.     - copy sclib_guide.ttx to the rexx:TTX_SASC directory (the Makefile
  11.       does this)
  12.     - Put a line like
  13.       control-g  ExecARexxMacro TTX_SASC/sclib_guide.ttx
  14.       in your TURBOTEXT:support/TTX_SASC.dfn file's KEYBOARD section.
  15.     (This assumes that you have installed the TTX extras by Kenneth
  16.     Yarnall from the SAS/C distribution.)
  17.  
  18.   USAGE
  19.     Move the cursor to the function you want described.  Hit Control-G
  20.     (if you use the above configuration).  Voila!
  21.  
  22.   NOTES
  23.     This is a terrible hack (ie. I have NO documentation on the
  24.     AmigaGuide and its AREXX interface).  I found out the "LINK"
  25.     command by searching for interesting strings in the
  26.     amigaguide.library and experimenting.  Use at your own risk.
  27.  
  28.   AUTHOR
  29.     Kari Sutela, (Internet email: Kari.Sutela@utu.fi).
  30.